home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 26 / AMIGAplus Sonderheft 26 (2000)(Falke)(DE)(Track 1 of 2)[!].iso / Updates / Librarys / asyncioppc / source / Lib.c < prev    next >
C/C++ Source or Header  |  2000-07-04  |  211b  |  16 lines

  1. #pragma +
  2.  
  3. #include <pragma/exec_lib.h>
  4. #include <libbase.h>
  5.  
  6. struct AsyncIOBase
  7. {
  8. struct Library as_Base;
  9. };
  10.  
  11. #pragma libbase AsyncIOBase
  12.  
  13. #pragma priority 3
  14.  
  15. sLibBaseC PowerPCBase("powerpc.library",15,FALSE);
  16.